home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / Bloodshed Dev-C++ 2.0 / _SETUP.1 / iosfwd < prev    next >
Text File  |  1998-03-08  |  279b  |  16 lines

  1. // -*- C++ -*- I/O forward declaration header.
  2. // This file is part of the GNU ANSI C++ Library.
  3.  
  4. #ifndef __IOSFWD__
  5. #define __IOSFWD__
  6. class ios;
  7. class streambuf;
  8. class istream;
  9. class ostream;
  10. class iostream;
  11. class filebuf;
  12. class ifstream;
  13. class ofstream;
  14. class fstream;
  15. #endif
  16.